home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1471 / sample.mdb / Contact Types.json next >
Encoding:
JavaScript Object Notation  |  1997-02-11  |  212 b 

  1. {
  2.     "schema": {
  3.         "ContactTypeID": "Long Integer",
  4.         "ContactType": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "ContactTypeID": 1,
  9.             "ContactType": "Buyers"
  10.         },
  11.         {
  12.             "ContactTypeID": 2,
  13.             "ContactType": "Sellers"
  14.         },
  15.         {
  16.             "ContactTypeID": 4,
  17.             "ContactType": "Forwarders"
  18.         }
  19.     ]
  20. }